@charset "utf-8";

.content-p {
	width: 100%;
}

.arrows {
	height: 54px;
	width: 181px;
	margin-top: 13px;
}
.arrows .left {
	background-color: #696969;
	height: 45px;
	width: 38px;
	padding: 9px 0 0 16px;
}
.arrows .left:hover {
	background-color: #fff;
	color: #696969;
	cursor:pointer;
}
.arrows .right {
	background-color: #696969;
	height: 45px;
	width: 38px;
	padding: 9px 0 0 16px;
	margin-left: 56px;
}

.arrows .right:hover {
	background-color: #fff;
	color: #696969;
	cursor:pointer;
}
.x {
	background-color: #696969;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
    background-image: url("images/x.png");
    width: 54px;
    height: 54px;
    display: inline-block;
    float: right;
    margin-left: 2px;


}
.x:hover {
	background-color: #fff;
	cursor:pointer;
    background-image: url("images/xhover.png");

}
.project_image {
width: 950px;
}

.title {
	height: 100%;
	width: 357px;
	background-color: #696969;
	font-size: 14px;
	padding: 13px;
	float: left;
    border-bottom: 1px solid #fff;
}
.about_project {
	height: 100%;
	width: 100%;
	background-color: #696969;
	font-size: 12px;
	padding: 13px;
	float: left;
}

#prev {

}

#next {

}


.bs-callout-danger {
	border-left-color: #d9534f!important;
}
.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}


.transition-timer-carousel .carousel-caption {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0.1)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: left;
	padding-top: 5px;
	padding-left: 15%;
	padding-right: 15%;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
	margin-top: 10px;
	font-size: 24px;
}

@media (min-width: 970px) {
	/* Lower the font size of the carousel caption header so that our caption
    doesn't take up the full image/slide on smaller screens */
	.transition-timer-carousel .carousel-caption .carousel-caption-header {
		font-size: 36px;
	}
}
.transition-timer-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
	z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
	height: 5px;
	background-color: #5cb85c;
	width: 0%;
	margin: -5px 0px 0px 0px;
	border: none;
	z-index: 11;
	position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
	/* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
	-webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}


.archcoop-right {
    background-color: #696969;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    background-image: url("images/right.png");
    width: 54px;
    height: 54px;
    display: inline-block;
    float: right;
    margin-left: 2px;


}

.archcoop-left {
    background-color: #696969;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    background-image: url("images/left.png");
    width: 54px;
    height: 54px;
    display: inline-block;
    float: right;
    margin-left: 2px;


}

.archcoop-left:hover {

    background-color: #fff;
    cursor:pointer;
    background-image: url("images/left%20hover.png");

}

.archcoop-right:hover {

    background-color: #fff;
    cursor:pointer;
    background-image: url("images/right%20hover.png");

}

a:focus {
	color: #fff;
	text-decoration: underline;
}

.margin30 {
    margin: 20px 0;
}


/* Ani changes */

.project_text {
    height: 128px;
    position: fixed;
    /* margin: 0 auto; */
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
    bottom: 0px;
    font-family: Tahoma;
    color: #FFF;
    line-height: 14px;
    letter-spacing: 1px;
}
.part_one {
    height: 80%;
    width: 26.5%;
    background-color: #696969;
    font-size: 14px;
    padding: 13px 0 13px 0;
    float: left;
}
.project_text_title {
    font-size:16px;
    line-height:20px;
    margin-left:13px;
}
.project_text_place {
    margin-top:4px;
    margin-left:13px;
}
.project_text_date {
    margin-top:13px;
    margin-left:13px;
}
.project_text_line {
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    margin-top:13px;
}
.part_two {
    height: 80%;
    margin-left: 26.6%;
    background-color: #696969;
    font-size: 12px;
    padding: 13px;
    color: #FFF;
    overflow:auto;
}
::-webkit-scrollbar{width: 0px;}

::-webkit-scrollbar-thumb{background-color:rgb(196, 196, 196); border-radius: 0;}
::-webkit-scrollbar-thumb:hover{background-color:rgb(196, 196, 196);}

::-webkit-scrollbar-track{background-color:rgb(237, 237, 237);}


@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
